home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14156 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: news.rwth-aachen.de!csb
  2. From: csb@informatik.rwth-aachen.de (Sebastian Brandt)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Looking for help with Visual C++'s Linker
  5. Date: 28 Mar 1996 17:42:29 GMT
  6. Organization: RWTH -Aachen / Rechnerbetrieb Informatik
  7. Message-ID: <4jej25$h2h@news.rwth-aachen.de>
  8. References: <4ho8sv$1m4@calvin.risq.qc.ca>
  9. NNTP-Posting-Host: clouseau.informatik.rwth-aachen.de
  10. X-Newsreader: NN version 6.5.0 #3 (NOV)
  11.  
  12. eths1306@ele.etsmtl.ca (ETHIER*STYVE) writes:
  13.  
  14. >Hi everybody,
  15.  
  16. >        I'm using Visual C++ 1.52 professional and I have a problem
  17. >when I'm linking. The project is quite big and while visual C++ is
  18. >linking it generates a warning which look like this;
  19.  
  20. >          CVPACK: Warning CK4008 exceed 64K, ignoring ...
  21.  
  22. >        Unfortunately, error CK4008 doesn't exist in the documentation!
  23. > The help file on the CD-rom stop at CK4007. The linker even reported 
  24. >me CK4009 one time (with the same message).
  25.  
  26.  
  27. I had the same problem at my work, the project had about ~70,000 lines, 
  28. the resulting DLL was 2.9 MB with and 400 KB without debugging information.
  29.  
  30. I don't have any more information than you have, but it seems to be 
  31. a problem with to much classes etc. to debug - try a rebuild with 
  32. partial debugging infos, then change back to full, but only recompile the
  33. files you are really debugging. Our file size decreased to 800KB,
  34. everithing worked, debuggin too,
  35. of course not on the old files - one stepping through the lines, no
  36. watch/evaluate (this == -32677)
  37.  
  38.      That should be all,
  39.     Sebastian
  40.  
  41.